#!/bin/bash
# Launcher for Repair WordPerfect Preview.app

CONTENTS="$(cd "$(dirname "$0")/.." && pwd)"
export WP_REPAIR_BUNDLE="${CONTENTS%/Contents}"
exec /usr/bin/osascript "$CONTENTS/Resources/repair.applescript"
